home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-07-26 | 3.0 KB | 123 lines |
- # Generated automatically from Makefile.in by configure.
- ############################ -*- Mode: Makefile -*- ###########################
- ## Makefile.in --
- ## ITIID : $ITI$ $Header $__Header$
- ## Author : Ulrich Pfeifer
- ## Created On : Tue Mar 8 14:46:34 1994
- ## Last Modified By: Ulrich Pfeifer
- ## Last Modified On: Thu Dec 22 15:54:10 1994
- ## Update Count : 53
- ## Status : Unknown, Use with caution!
- ###############################################################################
- prefix = /usr/skunk
- exec_prefix = ${prefix}
- VPATH = /v/wrk/usr/src/Tools/freeWAIS-sf-1.1/lib
- top_srcdir = /v/wrk/usr/src/Tools/freeWAIS-sf-1.1
-
- srcdir = /v/wrk/usr/src/Tools/freeWAIS-sf-1.1/lib
- RM = rm -f
- AR = ar cq
- RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
- CFLAGS = -g
- CC = cc
- RANLIB = ranlib
- INSTALL = /usr/bin/X11/scoinst -c
- INSTALL_PROGRAM = ${INSTALL}
- INSTALL_DATA = ${INSTALL} -m 644
- DEFS = -DHAVE_CONFIG_H
- LIBS = -lintl -lsocket
- CPPFLAGS =
- bindir = $(exec_prefix)/bin
- libdir = $(exec_prefix)/lib
- mandir = $(prefix)/man/man3
- manext = 3
-
- .c.o:
- $(CC) -c $(CPPFLAGS) $(DEFS) -I. -I$(top_srcdir)/ir $(CFLAGS) $<
-
- SRCS = \
- freedir.c \
- ftw.c \
- scandir.c \
- trunc.c \
- stringtoany.c \
- ftwtest.c \
- scantest.c
-
- OBJS = alloca.o \
- alphasort.o \
- freedir.o \
- ftw.o \
- scandir.o
-
- all: trunc stringtoany ftwtest scantest libftw.a
-
- libftw.a: $(OBJS)
- $(RM) $@
- $(AR) $@ $(OBJS)
- $(RANLIB) $@
-
- install.lib: libftw.a
- $(INSTALL_DATA) libftw.a $(libdir)/libftw.a
-
- trunc: trunc.o libftw.a
- $(RM) $@
- $(CC) $(LDFLAGS) -o $@ trunc.o libftw.a $(LIBS)
-
- clean::
- $(RM) trunc stringtoany ftwtest scantest
-
- install:: trunc stringtoany $(bindir) $(mandir)
- $(INSTALL_PROGRAM) trunc $(bindir)/$(binprefix)trunc
- $(INSTALL_PROGRAM) stringtoany $(bindir)/$(binprefix)stringtoany
- $(INSTALL_DATA) ftw.man $(mandir)/$(manprefix)ftw.$(manext)
- $(INSTALL_DATA) scandir.man $(mandir)/$(manprefix)scandir.$(manext)
-
- $(bindir):
- $(srcdir)/../mkinstalldirs $(bindir)
-
- $(mandir):
- $(srcdir)/../mkinstalldirs $(mandir)
-
- stringtoany: stringtoany.o
- $(RM) $@
- $(CC) $(LDFLAGS) -o $@ stringtoany.o libftw.a $(LIBS)
-
- ftwtest: ftwtest.o libftw.a
- $(RM) $@
- $(CC) $(LDFLAGS) -o $@ ftwtest.o libftw.a $(LIBS)
-
- scantest: scantest.o libftw.a
- $(RM) $@
- $(CC) $(LDFLAGS) -o $@ scantest.o libftw.a $(LIBS)
-
- test: ftwtest scantest
- ftwtest /tmp
- scantest /tmp
-
- veryclean:: clean
- $(RM) libftw.a
-
- clean::
- $(RM_CMD) "#"*
-
- Makefile: Makefile.in
- $(SHELL) ../config.status
-
-
- tags::
- $(TAGS) -w *.[ch]
- $(TAGS) -xw *.[ch] > TAGS
-
- install::
- @echo "install in $(CURRENT_DIR) done"
-
- install.man::
- @echo "install.man in $(CURRENT_DIR) done"
-
- Makefiles::
-
- includes::
-
-
-